home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / COMMUNIC / BULLETIN / 0716.ZIP / BBSUTILS.DOC < prev    next >
Text File  |  1987-06-13  |  4KB  |  105 lines

  1.                        =======================
  2.                         BBSUtils Documentation
  3.                        =======================
  4.                            Daniel B.  Doman
  5.                      166 East 96th street Apt 15B
  6.                         New York, N.Y.  10028
  7.                              212-289-1020
  8.  
  9.  
  10.  
  11.       This is a collection of utility programs that I wrote to make
  12. managing a Bulletin Board a little bit easier. By and large, they
  13. should be usable with most bulletin board programs, although they were
  14. only tested on dBBS style directories. If you find them useful thats
  15. great. I don't expect anything back from you except perhaps a kind word.
  16.  
  17.  
  18.       If you are running a dBBS system, you can use one of your ".DL"
  19. files as an input file that can be read by most of these utilities. I
  20. have enclosed a sample input file called MYINPUT.
  21.  
  22.  
  23.  
  24.                              Dirchk4.exe
  25.  
  26.     Dirchk is designed to scan your directory listings and check
  27. against your drive for files listed but not actually present in your
  28. download path. You can type in the arguments interactively, or give it an
  29. input file to read. It will optionally edit out the missing file names.
  30. If you select this option, it will save your old directory
  31. listings with a ".OLD" extension. If you are using a BBS program that
  32. puts the date in a non-standard format, command line arguments allow you
  33. to tell the program where to look for the date fields.
  34.  
  35.  
  36.  
  37.  
  38.                              Notlist4.exe
  39.  
  40.     This program does the reverse of what Dirchk3 does e.g.. it flags
  41. those files that are present in your download path, but NOT listed.
  42. Command line arguments, and parameters are the same as for Dirchk.
  43.  
  44.  
  45.  
  46.  
  47.  
  48.                              BB-Sort4.exe
  49.     This program sorts your directory listings in Alpha, Date, or
  50. Reverse-date order. It will handle files as large as memory allows. I
  51. have tested it on files as large as 400K, but that is not the upper
  52. limit. You can specify an input and output name. If you do not specify
  53. the output name, BB-Sort will use the input name as the output name.    
  54. BB-Sort is quite fast, and many people have asked me to modify it so that
  55. it can be used as a general sort utility. This version has a "/C" command
  56. line switch so that you can have it do a sort on a
  57. specific column position.
  58.  
  59.  
  60.  
  61.                              CapsNoMo.exe
  62.  
  63.       All too many users type file descriptions all in UPPER case. I find
  64. this unsightly, and retype the descriptions. I got tired of doing this
  65. and thus came CapsNoMo. It simply reformats the description to first
  66. letter upper case, all others lower case. I think it looks
  67. better that way. Some names such as dBase (tm) have their first letter
  68. spelled in lower case. Other names such as BBS are spelled all in upper
  69. case. Capsnomo will try to recognize those words and handle them
  70. accordingly. This program is not perfect, but it does reduce most of your
  71. editing to a minimum. 
  72.  
  73.  
  74.                                Dupfind
  75.  
  76.  
  77.       Dupfind is locates duplicate filenames. It is rather specialized
  78. and does not really work like traditional file finders or duplicate
  79. listers. Dupfind can use an input file like Dirchk and Notlist. it will
  80. normally flag duplicate file names, but command line switches allow you
  81. to have it flag as duplicates files that have different
  82. extensions. You can also tell Dupfind the length of file names to
  83. check for and thus flag files that have different version numbers in
  84. their names e.g.. NIFTY1.ARC, NIFTY10.ARC, NIFTY30.EXE could all be
  85. flagged as duplicates if you wanted.   This can be handy since it lets
  86. you locate old versions of new programs.
  87.     Dupfind DOES NOT search out subdirectories. You have to tell it where
  88. to look. On a large system common sense dicates that you use an input
  89. file. All of these programs can use the same inout file.
  90.  
  91.  
  92.  
  93.                               Cmove6.com
  94.      Cmove is a general purpose utility. It Moves files from one drive
  95. and subdirectory to another. It does not employ directory
  96. trickery of any kind. The move/copy is heavily verified, and will not
  97. damage any of your files. It can take wildcards (*?) and as many
  98. arguments as you like. e.g.. CMOVE D:\*.ARC E:\FRED; A:*.COM D:\STUFF
  99.  
  100.  
  101.  
  102. enjoy   -    daniel
  103.  
  104.